-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebranding UI new landing page #8207
Conversation
Apollo Federation Subgraph Compatibility Results
Learn more: |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-mesh/compose-cli |
1.3.5-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/apollo-link |
0.105.12-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/cli |
0.98.17-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/config |
0.106.17-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/http |
0.105.12-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/migrate-config-cli |
1.4.9-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/urql-exchange |
0.105.12-alpha-20250104194027-99cc051cc98e42e9cf2f39493f9193a17ac72b6c |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://1c13d706.graphql-mesh.pages.dev |
{ path: '../fonts/PPNeueMontreal-Regular.woff2', weight: '400' }, | ||
{ path: '../fonts/PPNeueMontreal-Medium.woff2', weight: '500' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about if we move fonts as static assets in guild-components? if you need help with it ping me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We definitely can do it, but these will still need to be relative paths. I tried to move the whole next/font
machinery once, and turns out the way Next is handling it doesn't allow that.
Co-authored-by: Dimitri POSTOLOV <[email protected]>
ac1090a
to
c71c53d
Compare
c85f182
to
cfefa10
Compare
Description
I've put together the new website.
We can merge #8181 to make the diff smaller here.
Type of change